Annoffolding

Augment web browsing experience using web annotations over Hypothes.is.

Annoffoldingคืออะไร?

Annoffolding เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Haritz Medina และคุณลักษณะหลักของมันคือ "Augment web browsing experience using web annotations over Hypothes.is."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Annoffolding

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

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

                        EXTENSION UNDER DEVELOPMENT! It is not a functional extension yet!

Augment web browsing experience using web annotations over Hypothes.is.

Currently supported augmentations are:
- Augment web content using operations:
-- Popup creates a popup window with the content of the text body
-- Linkage convert textual content in links.
- Purpose-based annotation: define your own purposes to conduct a guided anotation on the web.

More info at: https://docs.google.com/document/d/1q_i9UwmUTTMYA9YMRTR8QW6LsF9-qponVmq6FDK6Mhw/edit?usp=sharing

Privacy policy: http://onekin.org/portal/content/privacy-policy                    

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

ชื่อ Annoffolding Annoffolding
ID oegkbiijomgfgkdgeeiakhfocaahbgjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/annoffolding/oegkbiijomgfgkdgeeiakhfocaahbgjk
คำอธิบาย Augment web browsing experience using web annotations over Hypothes.is.
ขนาดไฟล์ 5.62 MB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2019-11-09
วันที่เผยแพร่ 2019-11-08
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Haritz Medina
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://onekin.org?page_id=1110
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png",
        "512": "images\/icon-512.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentScript.js"
            ],
            "css": [
                "styles\/contentScript.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "page_action": {
        "default_icon": "images\/icon-38-bw.png",
        "default_title": "__MSG_browserActionTitle__"
    },
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "contextMenus",
        "https:\/\/hypothes.is\/",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "pages\/*.html",
        "content\/*"
    ]
}