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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
        }
    ]
}