Favorite Urls

Store Your Favorite

Cos'è Favorite Urls?

Favorite Urls è un'estensione di Chrome sviluppata da dholakiyaankit, e la sua funzione principale è "Store Your Favorite".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Favorite Urls

Scarica i file di estensione Favorite Urls in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Favorite Urls Favorite Urls
ID olhgkifdaennjjlkoclicpjmidfldcnj
URL Ufficiale https://chromewebstore.google.com/detail/favorite-urls/olhgkifdaennjjlkoclicpjmidfldcnj
Descrizione Store Your Favorite
Dimensione del File 262 KB
Conteggio Installazioni 115
Versione Corrente 1.4
Ultimo Aggiornamento 2019-08-05
Data di Pubblicazione 2019-08-05
Valutazione 4.63/5 Totale 16 Valutazioni
Sviluppatore dholakiyaankit
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}