Favorite Urls

Store Your Favorite

What is Favorite Urls?

Favorite Urls is a Chrome extension developed by dholakiyaankit, and its main feature is "Store Your Favorite".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Favorite Urls Extension CRX File

Download Favorite Urls 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

                        Favorite URLs is an Extension for managing your Favorite links easily.You can store your favorite links to your extension unlimited links. If you want to add any Link then click on the Add New button at below. Suppose, you want to add current URL which you are viewing then just click on the extension and then Add current button. Its also provide delete and delete all functionality.                    

Extension Basic Information

Name Favorite Urls Favorite Urls
ID olhgkifdaennjjlkoclicpjmidfldcnj
Official URL https://chromewebstore.google.com/detail/favorite-urls/olhgkifdaennjjlkoclicpjmidfldcnj
Description Store Your Favorite
File Size 262 KB
Installation Count 115
Current Version 1.4
Last Updated 2019-08-05
Publish Date 2019-08-05
Rating 4.63/5 Total 16 Ratings
Developer dholakiyaankit
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Favorite Urls",
    "description": "Store Your Favorite",
    "version": "1.4",
    "short_name": "Favorite URLs",
    "browser_action": {
        "default_icons": {
            "16": "assets\/images\/Book-mark-16.png",
            "48": "assets\/images\/Book-mark-48.png",
            "128": "assets\/images\/Book-mark-128.png"
        },
        "default_icon": "assets\/images\/Bookmark.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}