Anylink - linkify/highlight any text anywhere

Safe and Reliable! create link/highlight any text in any page and share anywhere. All are done absolute locally!

Anylink - linkify/highlight any text anywhereคืออะไร?

Anylink - linkify/highlight any text anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gr8Miller และคุณลักษณะหลักของมันคือ "Safe and Reliable! create link/highlight any text in any page and share anywhere. All are done absolute locally!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anylink - linkify/highlight any text anywhere

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

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

                        Webook feature enables you to collect knowledge fragments simply and manage them better.

Anylink enables you to create links/highlight on any text in any web pages with only 2 steps:

 1. select the text you want to be highlighted/linkified.
 2. click the corresponding tool button on the toolbar shown at the start of the text(you can highlight with 4 different colors).

Click the `share` button on the toolbar if you want to share your highlights to someone. A link will be generated at background and copied into clipboard right away. You can then paste it anywhere via slack/twitter or else or just bookmark it.

Anyone can check your highlights with the link generated. Even for those who doesn't install the extension

Anylink is absolutely safe and reliable since there are NO network request and all are done absolute locally!
Hope you like it.

New Features in v4.0:
1. *Webook* make it simple to collect and manage knowledge fragments. 

New Features in v3.0:
1. *Anylink Proxy Server* enable users who don't install Anylink to check your shared highlights. refer `https://github.com/Gr8Miller/anylink-proxy` 
2. *new Popup View* to toggle highlights/toolbar and config Anylink Proxy Server conveniently. 

New Features in v2.1:
1. *Position of toolbar is fixed* at the start of selection/highlight.
2. *Scroll marks*(colored triangle aside the scrollbar) are added to indicate the position of marks. Scroll mark acts as short link to the corresponding highlight, which scroll the page to focus the highlight when clicked.                    

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

ชื่อ Anylink - linkify/highlight any text anywhere Anylink - linkify/highlight any text anywhere
ID mpflpgaobfpjcpefkdnpalfdodifkkgc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anylink-linkifyhighlight/mpflpgaobfpjcpefkdnpalfdodifkkgc
คำอธิบาย Safe and Reliable! create link/highlight any text in any page and share anywhere. All are done absolute locally!
ขนาดไฟล์ 4.14 MB
จำนวนการติดตั้ง 854
เวอร์ชันปัจจุบัน 4.0.0
อัปเดตครั้งล่าสุด 2020-04-28
วันที่เผยแพร่ 2020-04-25
คะแนน 4.26/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา Gr8Miller
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "Anylink",
    "description": "__MSG_appDesc__",
    "version": "4.0.0",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "offline_enabled": true,
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "js": [
                "js\/foreground.js"
            ],
            "css": [
                "css\/foreground.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "webook.html",
        "icons\/icon48.png"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon.png",
        "default_title": "__MSG_appName__"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        ""
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}