gk7-豆瓣阅读推送

豆瓣阅读推送kindle

gk7-豆瓣阅读推送란 무엇입니까?

gk7-豆瓣阅读推送은(는) 0x01에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "豆瓣阅读推送kindle"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

gk7-豆瓣阅读推送 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        可以帮助用户将豆瓣阅读个人帐号中的文章推送到个人邮箱中                    

확장 프로그램 기본 정보

이름 gk7-豆瓣阅读推送 gk7-豆瓣阅读推送
ID lmiobbkpdjmkfhgagdkpgbgonkogbllb
공식 URL https://chromewebstore.google.com/detail/gk7-%E8%B1%86%E7%93%A3%E9%98%85%E8%AF%BB%E6%8E%A8%E9%80%81/lmiobbkpdjmkfhgagdkpgbgonkogbllb
설명 豆瓣阅读推送kindle
파일 크기 755 KB
설치 횟수 3,111
현재 버전 3.1.1
최근 업데이트 2024-02-05
출시 날짜 2018-05-02
평점 4.88/5 총 77 개의 평점
개발자 0x01
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://read.douban.com
도움말 페이지 URL https://read.douban.com
개인정보 보호 정책 페이지 URL https://gk7.pw/privacy-policy.html
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "gk7-\u8c46\u74e3\u9605\u8bfb\u63a8\u9001",
    "short_name": "gk7-douban",
    "description": "\u8c46\u74e3\u9605\u8bfb\u63a8\u9001kindle",
    "manifest_version": 3,
    "version": "3.1.1",
    "default_locale": "zh_CN",
    "icons": {
        "19": "images\/icon_19.png",
        "32": "images\/icon_32.png",
        "64": "images\/icon_64.png",
        "129": "images\/icon_128.png",
        "256": "images\/icon_256.png",
        "512": "images\/icon_512.png",
        "1024": "images\/icon_1024.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "32": "images\/icon_32.png",
            "64": "images\/icon_64.png",
            "129": "images\/icon_128.png",
            "256": "images\/icon_256.png",
            "512": "images\/icon_512.png",
            "1024": "images\/icon_1024.png"
        },
        "default_title": "\u8c46\u74e3\u9605\u8bfb\u63a8\u9001\u670d\u52a1",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "service_worker": "js\/backgroud.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/jquery.cookie.js",
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}