Auto Tags for Pocket

Automatically tags based on the contents of the article and saves it on the Pocket.

Auto Tags for Pocket란 무엇입니까?

Auto Tags for Pocket은(는) http://price-checker.jp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically tags based on the contents of the article and saves it on the Pocket."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Auto Tags for Pocket 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Automatically tags based on the contents of the article and saves it on the Pocket.
It checks automatically if the article is already in the Pocket.

Privacy Policy https://gist.github.com/panghea/c2a9f707a60b4d3c6e4306236577b585

* Version 1.0.0.9
New features.
supports to favorite tags.
It now checks automatically if the article is already in the Pocket.


* Version 1.0.0.6

Tags form using tag from  recent 20 articles.
Enables manual input.                    

확장 프로그램 기본 정보

이름 Auto Tags for Pocket Auto Tags for Pocket
ID jklgiifjpenpbmeffikkoflnefncding
공식 URL https://chrome.google.com/webstore/detail/auto-tags-for-pocket/jklgiifjpenpbmeffikkoflnefncding
설명 Automatically tags based on the contents of the article and saves it on the Pocket.
파일 크기 1.97 MB
설치 횟수 460
현재 버전 1.0.0.12
최근 업데이트 2019-04-17
출시 날짜 2019-04-11
평점 4.36/5 총 11 개의 평점
개발자 http://price-checker.jp
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://price-checker.jp/landing_page/index_en.html
개인정보 보호 정책 페이지 URL https://gist.github.com/panghea/c2a9f707a60b4d3c6e4306236577b585
지원되는 언어 en,ja
manifest.json
{
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "1.0.0.12",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "icons": {
        "16": "image\/icon_16.png",
        "48": "image\/icon_48.png",
        "128": "image\/icon_128.png"
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": "image\/icon_128.png",
        "default_popup": "popup2\/popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery-2.0.0.min.js",
                "lib\/lodash.min.js",
                "common.js",
                "contentscript.js"
            ],
            "css": [
                "styles.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/aukurabe2-hrd.appspot.com https:\/\/stats.g.doubleclick.net https:\/\/ssl.google-analytics.com 'unsafe-eval' https:\/\/aukurabe2-hd.appspot.com ;object-src 'self'",
    "options_page": "options\/options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "notifications",
        "contextMenus"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "image\/*",
        "*",
        "notify.html"
    ],
    "commands": {
        "_execute_page_action": []
    }
}