Go To Kindle Chrome Extension

This extension will help you read articles in a clean way both on web and your kindle device.

Go To Kindle Chrome Extensionคืออะไร?

Go To Kindle Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gotokindle.com และคุณลักษณะหลักของมันคือ "This extension will help you read articles in a clean way both on web and your kindle device."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Go To Kindle Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย Go To Kindle Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension will help you read articles in a clean way both on web and your kindle device.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Go To Kindle Chrome Extension Go To Kindle Chrome Extension
ID nllfeighmhejmmapanljgdndfldkbmnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/go-to-kindle-chrome-exten/nllfeighmhejmmapanljgdndfldkbmnf
คำอธิบาย This extension will help you read articles in a clean way both on web and your kindle device.
ขนาดไฟล์ 64.77 KB
จำนวนการติดตั้ง 177
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-10-20
วันที่เผยแพร่ 2017-10-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://gotokindle.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go To Kindle Chrome Extension",
    "short_name": "Go To Kindle",
    "author": "[email protected]",
    "description": "This extension will help you read articles in a clean way both on web and your kindle device.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "images\/icon_dark.png"
    },
    "icons": {
        "48": "images\/icon_dark.png",
        "128": "images\/icon_dark_128.png",
        "256": "images\/icon_dark.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "readability\/pretty.html"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "http:\/\/gotokindle.com\/"
    ]
}