Manage Quora Anonymous Links

Keep track of your anonymous Quora links.

Wat is Manage Quora Anonymous Links?

Manage Quora Anonymous Links is een Chrome-extensie ontwikkeld door https://standaloneinstaller.com, en de belangrijkste functie is "Keep track of your anonymous Quora links.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Manage Quora Anonymous Links

Download Manage Quora Anonymous Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Manage Quora Anonymous Links Manage Quora Anonymous Links
ID jcfndminbpmfgmoemghepebheiklnkhi
Officiële URL https://chromewebstore.google.com/detail/manage-quora-anonymous-li/jcfndminbpmfgmoemghepebheiklnkhi
Beschrijving Keep track of your anonymous Quora links.
Bestandsgrootte 643 KB
Aantal Installaties 15
Huidige Versie 0.0.0.2
Laatst Bijgewerkt 2018-10-31
Publicatiedatum 2018-10-31
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://standaloneinstaller.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://standaloneinstaller.com/privacypolicy.php
Ondersteunde Talen 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"
        }
    ]
}