Clippings.io for Amazon Kindle Highlights

Export your Amazon Kindle Highlights to your favorite integrations or download to multiple file formats.

Clippings.io for Amazon Kindle Highlightsคืออะไร?

Clippings.io for Amazon Kindle Highlights เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://clippings.io และคุณลักษณะหลักของมันคือ "Export your Amazon Kindle Highlights to your favorite integrations or download to multiple file formats."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clippings.io for Amazon Kindle Highlights

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

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

                        NOTE: Importing to Clippings.io is completely free but to export you will need a subscription.

Clippings.io is the easy way to your organize your Kindle notes and highlights.  Whether you are a student, author, academic or casual reader Clippings.io provides all of the functionality you'll need to manage the clippings you make on your Kindle.

The Chrome extension is the easiest way to import your Kindle annotations into http://www.clippings.io and then export to many integrations, for example, Dropbox and Evernote.

Import all your annotations
- Import the annotations made on your Kindle Paperwhite, Kindle Touch, Kindle  
  DX, Kindle Keyboard and Kindle Fire.
- Also imports the annotations made using the Kindle App on using the iPad,   
  iPhone, Android and Windows devices.

Find everything 
- Organize your notes and highlights using tags
- Search notes by keywords and text

Edit your annotations
- Edit your annotations online
- Add additional notes

Export to your favorite format
-Export with advanced formatting options to numerous formats such as Word, Excel and PDF.

Integrate with third party services
-Export your notes and highlights to third party services like http://www.evernote.com 

Access from anywhere
- All your notes are synchronized and backed up online.

Works on any device
-Beautiful web site that works on your desktop or mobile device.  

Featured in
-Evernote for Dummies
-The Kindle Chronicles
-MakeUseOf

Works great with 
http://www.reflectapp.io
-Reflect makes it easy to remember the important stuff in your Evernote account.                    

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

ชื่อ Clippings.io for Amazon Kindle Highlights Clippings.io for Amazon Kindle Highlights
ID pnibcoleffbpdiohejiinidocmklphde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clippingsio-for-amazon-ki/pnibcoleffbpdiohejiinidocmklphde
คำอธิบาย Export your Amazon Kindle Highlights to your favorite integrations or download to multiple file formats.
ขนาดไฟล์ 473 KB
จำนวนการติดตั้ง 12,389
เวอร์ชันปัจจุบัน 3.0.5
อัปเดตครั้งล่าสุด 2022-06-26
วันที่เผยแพร่ 2020-05-21
คะแนน 4.57/5 รวมทั้งหมด 444 คะแนน
ผู้พัฒนา https://clippings.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.clippings.io
URL หน้าช่วยเหลือ https://www.clippings.io
URL หน้านโยบายความเป็นส่วนตัว https://my.clippings.io/terms
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clippings.io for Amazon Kindle Highlights",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "Export your Amazon Kindle Highlights to your favorite integrations or download to multiple file formats.",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/read.amazon.com\/*",
        "https:\/\/read.amazon.co.jp\/*",
        "https:\/\/clippingsioazurefunctionsbrowserextension.azurewebsites.net\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/read.amazon.com\/*",
                "https:\/\/read.amazon.co.jp\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-script.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Clippings.io for Kindle and Evernote",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "images\/*.svg"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.clippings.io\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "version": "3.0.5",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}