Manage Quora Anonymous Links

Keep track of your anonymous Quora links.

Cos'è Manage Quora Anonymous Links?

Manage Quora Anonymous Links è un'estensione di Chrome sviluppata da https://standaloneinstaller.com, e la sua funzione principale è "Keep track of your anonymous Quora links.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Manage Quora Anonymous Links

Scarica i file di estensione Manage Quora Anonymous Links 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

                        It saves links automatically when you post new Quora Anonymous Question or Answer.
You can stop Recording links (option available on app page).
There is Delete All button which clear all links.
You can also delete links one by one.

----------------------------------
Quora is trademark of quora.com                    

Informazioni di Base sull'Estensione

Nome Manage Quora Anonymous Links Manage Quora Anonymous Links
ID jcfndminbpmfgmoemghepebheiklnkhi
URL Ufficiale https://chromewebstore.google.com/detail/manage-quora-anonymous-li/jcfndminbpmfgmoemghepebheiklnkhi
Descrizione Keep track of your anonymous Quora links.
Dimensione del File 643 KB
Conteggio Installazioni 15
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2018-10-31
Data di Pubblicazione 2018-10-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://standaloneinstaller.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://standaloneinstaller.com/privacypolicy.php
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Manage Quora Anonymous Links",
    "default_locale": "en",
    "description": "Keep track of your anonymous Quora links.",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "version": "0.0.0.2",
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.quora.com\/anonymous\/*"
            ],
            "run_at": "document_end"
        }
    ]
}