Additor - Highlight & organize into notes

Additor helps you to organize bookmarks and highlights from article, blog, PDF, and etc into notes.

Additor - Highlight & organize into notesคืออะไร?

Additor - Highlight & organize into notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://additor.io และคุณลักษณะหลักของมันคือ "Additor helps you to organize bookmarks and highlights from article, blog, PDF, and etc into notes."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Additor - Highlight & organize into notes

ดาวน์โหลดไฟล์ส่วนขยาย Additor - Highlight & organize into notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Featured on Product Hunt and Chrome Web Store 🙀 🙀

Additor is your flexible knowledge base to organize various types of content, even with your team. You can write notes, build a wiki, and collaborate on the same page.

We built Additor for Chrome to help you easily collect web content like news articles, PDF reports, Youtube videos, and etc. It’s simple enough and still powerful.

For marketers, designers, writers, developers, and any kind of knowledge workers, Additor is the productivity suite.                    

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

ชื่อ Additor - Highlight & organize into notes Additor - Highlight & organize into notes
ID hfllajanfnlimffhkjbondolipoimcgn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/additor-highlight-organiz/hfllajanfnlimffhkjbondolipoimcgn
คำอธิบาย Additor helps you to organize bookmarks and highlights from article, blog, PDF, and etc into notes.
ขนาดไฟล์ 3.66 MB
จำนวนการติดตั้ง 28,679
เวอร์ชันปัจจุบัน 2.2.1
อัปเดตครั้งล่าสุด 2021-02-13
วันที่เผยแพร่ 2020-02-19
คะแนน 4.09/5 รวมทั้งหมด 180 คะแนน
ผู้พัฒนา https://additor.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://additor.io
URL หน้านโยบายความเป็นส่วนตัว https://additor.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Additor - Highlight & organize into notes",
    "version": "2.2.1",
    "description": "Additor helps you to organize bookmarks and highlights from article, blog, PDF, and etc into notes.",
    "icons": {
        "16": "images\/icons\/app_icon_16.png",
        "48": "images\/icons\/app_icon_48.png",
        "128": "images\/icons\/app_icon_128.png"
    },
    "browser_action": {
        "default_title": "Additor",
        "default_icon": {
            "16": "images\/icons\/app_icon_16.png",
            "24": "images\/icons\/app_icon_24.png",
            "32": "images\/icons\/app_icon_32.png"
        }
    },
    "author": "Additor Team ",
    "background": {
        "persistent": true,
        "page": ".\/html\/backgroundPage.html"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/*.additor.io\/*",
                "*:\/\/*.betamon.xyz\/*",
                "*:\/\/*.alphamon.xyz\/*",
                "*:\/\/localhost\/*"
            ],
            "js": [
                ".\/build\/contentScript.js"
            ],
            "css": [
                ".\/styles\/OpenSans.Fonts.css",
                ".\/styles\/initialize.css",
                ".\/build\/contentScript.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.alphamon.xyz\/*",
            "*:\/\/*.betamon.xyz\/*",
            "*:\/\/*.additor.io\/*"
        ]
    },
    "commands": {
        "CREATE_CARD": {
            "description": "Save this page",
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            }
        },
        "SWITCH_HIGHLIGHT_MODE": {
            "description": "Turn on\/off highlighter",
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            }
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self';",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/additor-bookmarkhighlight\/hfllajanfnlimffhkjbondolipoimcgn",
    "permissions": [
        "cookies",
        "contextMenus",
        "tabs",
        "storage",
        ""
    ],
    "short_name": "Additor",
    "web_accessible_resources": [
        "build\/*",
        "images\/*",
        "js\/*",
        "styles\/*",
        "fonts\/*",
        "pdf\/*",
        "html\/*",
        "videos\/*"
    ]
}