Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whois, Alexa, API, Data-Scrapping, UI Customization and Cache Integration #90

Closed
wants to merge 34 commits into from

Commits on Mar 1, 2018

  1. Added new features and fixed few bugs

    Modified and upgraded "Whois search. Now you can see all whois data in same tab without any popups and annyoing tabs. Enjoy Wayback machine! Fast+Secure
    rohitcoder committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    f6ab74d View commit details
    Browse the repository at this point in the history
  2. Updated Extension Features - Fixed Whois Popups

    Enjoy New Updates!
    ---------------
    Updated Files
    ----------------
    index.html
    scripts/popup.js
    rohitcoder committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    2c3fcb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3336326 View commit details
    Browse the repository at this point in the history
  4. Add files via upload

    rohitcoder committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    515b482 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    rohitcoder committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    0c995fa View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2018

  1. Whois data API you can host it yourself on your server

    unknown authored and unknown committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    b8adfc6 View commit details
    Browse the repository at this point in the history
  2. Added Whois API Codes

    Follow the instructions from readme.md file
    rohitcoder committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    f1c6f1c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Updated popup.js and index.html for supporting alexa API

    unknown authored and unknown committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    3b5b596 View commit details
    Browse the repository at this point in the history
  2. Alexa and Whois API Codes

    Alexa and Whois API Code for scraping data from alexa.com and whois.com
    rohitcoder committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    e011195 View commit details
    Browse the repository at this point in the history
  3. Added snapshots of project for testing purpose

    unknown authored and unknown committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    4830e5d View commit details
    Browse the repository at this point in the history
  4. Added snapshots of project for testing purpose

    unknown authored and unknown committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    be3dc27 View commit details
    Browse the repository at this point in the history
  5. Added snapshots of project for testing purpose

    unknown authored and unknown committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    e2b901d View commit details
    Browse the repository at this point in the history
  6. Whois API for Chrome extension

    Host it yourself on your server
    rohitcoder committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    915fcfb View commit details
    Browse the repository at this point in the history
  7. Alexa API for Chrome Extension

    Host it on your server
    rohitcoder committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    d0cabf3 View commit details
    Browse the repository at this point in the history
  8. Added Alexa API

    Now you can see metrics and Alexa results in same tab
    rohitcoder committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    d034c59 View commit details
    Browse the repository at this point in the history
  9. Added Alexa API

    Now you can see metrics and Alexa results in same tab
    rohitcoder committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    e0451da View commit details
    Browse the repository at this point in the history
  10. Added Alexa API

    Now you can see metrics and Alexa results in same tab
    rohitcoder committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    79a0acf View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Fixed some 500 Internal server errors

    Added patch for 500 internal server error when" .countryRank" data is not available.
    rohitcoder committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    791d0ae View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2018

  1. Design issue fixed and fixed some bugs related to about button and se…

    …arch function
    unknown authored and unknown committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    da65a32 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of http://github.com/rohitcoder/wayback-machine…

    unknown authored and unknown committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    61acbf6 View commit details
    Browse the repository at this point in the history
  3. Delete index2.html

    rohitcoder committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    dc84b21 View commit details
    Browse the repository at this point in the history
  4. Updated Complete UI and Loading Screen

    Updated Complete UI, Loading Screen and Fixed some critical bugs which were not working on my previous updates (Related to search and about page)
    rohitcoder committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    dbd1901 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. Now Supporting Localized Cache

     Now Supporting Localized Cache feature for Alexa Scrapper (10x Faster that previous loading time)
    rohitcoder committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    26c3ad4 View commit details
    Browse the repository at this point in the history
  2. Delete popup.js

    rohitcoder committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    794e0e5 View commit details
    Browse the repository at this point in the history
  3. Now Supporting Localized Cache

    Now Supporting Localized Cache for Alexa (10x fast loading compared to usual load time)
    rohitcoder committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    82cb456 View commit details
    Browse the repository at this point in the history
  4. Added auto cache feature - Faster than ever

    This extension will load 10x faster result compared to previous load time (In case you check Alexa result for same site second time)
    For storing data in the cache we were using chrome.storage.sync.set (102,400 QUOTA_BYES LIMIT) i upgraded it to  chrome.storage.local.set (5,242,880 QUOTA_BYES LIMIT).
    
    Suggestion: In future, if anyone wants to use this repo please use chrome.storage.sync.set because we are storing only cache in chrome.storage.local.set
    rohitcoder committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    ce0a27f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

  1. Update Files for Supporting Customizations

    Now this extension will also support User Design Customizations
    rohitcoder committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    6cda1c0 View commit details
    Browse the repository at this point in the history
  2. Updated Codes for Customization and Caching System

    Settings option Introduced!
    Now this extension is ready for Customization - User can now customize look and feel of this extension themselves
    This extension now also supports some new features like
     - Reset Customizations and features to defaults
    - Now user can Clear all Cached data in a single click (If you are thinking data isn't updated)
    rohitcoder committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    27c7a45 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2018

  1. Integrated Whois Cache for fast Access

    This extension is now ready with Whois automatic cache Which will enhance the speed of this extension.
    rohitcoder committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    73f16b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Search list UI Updated

    Updated CSS Design for Search LIST (Auto-Suggestion)
    rohitcoder committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    44af703 View commit details
    Browse the repository at this point in the history
  2. Delete manifest.json.bak

    rohitcoder committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    56c670a View commit details
    Browse the repository at this point in the history
  3. Delete index.html.bak

    rohitcoder committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    0119eec View commit details
    Browse the repository at this point in the history
  4. Replaced Internal Stylesheet with External

    ALL CSS Internal Scripts Shifted to external file css/custom.css
    rohitcoder committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    b3f0faf View commit details
    Browse the repository at this point in the history
  5. New Updated Custom.css after modification

    This file contains new CSS also shifted from index.html
    rohitcoder committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    859b0e1 View commit details
    Browse the repository at this point in the history