Favorites

What is Favorites?

Favorites is a Chrome extension developed by Lotan Sartel, and its main feature is "".

Extension Screenshots

screenshot

Download Favorites Extension CRX File

Download Favorites extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Favorites Favorites
ID cdggbpajfklheodnpmmnniaomdmaahfl
Official URL https://chrome.google.com/webstore/detail/favorites/cdggbpajfklheodnpmmnniaomdmaahfl
Description
File Size 45.64 KB
Installation Count 22
Current Version 1.0.0
Last Updated 2017-06-11
Publish Date 2017-06-11
Rating 5.00/5 Total 2 Ratings
Developer Lotan Sartel
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Favorites",
    "version": "1.0.0",
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png",
        "48": "icon.png",
        "16": "icon.png"
    }
}