Selectable - for fanfiction.net and more

Lets you select text on websites (i.e. fanfiction.net) that disable this functionality.

Selectable - for fanfiction.net and moreคืออะไร?

Selectable - for fanfiction.net and more เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brian และคุณลักษณะหลักของมันคือ "Lets you select text on websites (i.e. fanfiction.net) that disable this functionality."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Selectable - for fanfiction.net and more

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

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

                        This extension lets you select text on any website even sites like FanFiction.net and Chegg, which explicitly disallow it!

If you find Selectable useful, please donate here: 
https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=KRL93XD6CDGRQ&ssrt=1681232417826                    

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

ชื่อ Selectable - for fanfiction.net and more Selectable - for fanfiction.net and more
ID jcidlhgdoojamkbpmhbpgldmajnobefd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/selectable-for-fanfiction/jcidlhgdoojamkbpmhbpgldmajnobefd
คำอธิบาย Lets you select text on websites (i.e. fanfiction.net) that disable this functionality.
ขนาดไฟล์ 67.52 KB
จำนวนการติดตั้ง 6,911
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-04-12
วันที่เผยแพร่ 2014-06-10
คะแนน 4.35/5 รวมทั้งหมด 98 คะแนน
ผู้พัฒนา Brian
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.roizentech.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selectable - for fanfiction.net and more",
    "description": "Lets you select text on websites (i.e. fanfiction.net) that disable this functionality.",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content_script.js"
            ]
        }
    ]
}