Manage Quora Anonymous Links

Keep track of your anonymous Quora links.

What is Manage Quora Anonymous Links?

Manage Quora Anonymous Links is a Chrome extension developed by https://standaloneinstaller.com, and its main feature is "Keep track of your anonymous Quora links.".

Extension Screenshots

screenshot

Download Manage Quora Anonymous Links Extension CRX File

Download Manage Quora Anonymous Links 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

                        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                    

Extension Basic Information

Name Manage Quora Anonymous Links Manage Quora Anonymous Links
ID jcfndminbpmfgmoemghepebheiklnkhi
Official URL https://chromewebstore.google.com/detail/manage-quora-anonymous-li/jcfndminbpmfgmoemghepebheiklnkhi
Description Keep track of your anonymous Quora links.
File Size 643 KB
Installation Count 15
Current Version 0.0.0.2
Last Updated 2018-10-31
Publish Date 2018-10-31
Rating 5.00/5 Total 1 Ratings
Developer https://standaloneinstaller.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://standaloneinstaller.com/privacypolicy.php
Supported Languages 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"
        }
    ]
}