Manage Quora Anonymous Links

Keep track of your anonymous Quora links.

什麼是Manage Quora Anonymous Links?

Manage Quora Anonymous Links是由https://standaloneinstaller.com開發的Chrome擴展程式,該擴展的主要功能是“Keep track of your anonymous Quora links.”。

擴展截圖

screenshot

下載Manage Quora Anonymous Links擴展crx文件

下載Manage Quora Anonymous Links擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Manage Quora Anonymous Links Manage Quora Anonymous Links
ID jcfndminbpmfgmoemghepebheiklnkhi
官方網址 https://chromewebstore.google.com/detail/manage-quora-anonymous-li/jcfndminbpmfgmoemghepebheiklnkhi
簡介 Keep track of your anonymous Quora links.
檔案大小 643 KB
安裝次數 15
目前版本 0.0.0.2
更新時間 2018-10-31
上架時間 2018-10-31
評分 5.00/5 共 1 次評分
開發者 https://standaloneinstaller.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://standaloneinstaller.com/privacypolicy.php
支援的語言 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"
        }
    ]
}