Unstyled

Remove styling for links

Unstyledคืออะไร?

Unstyled เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Craig MacGregor และคุณลักษณะหลักของมันคือ "Remove styling for links"

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

screenshot

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

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

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

                        This extension allows you to simply ensure that visited links are purple.

Sometimes you want ugly but user friendly links on certain websites. You choose which sites to apply this Unstyle!

How to use it:
1) Navigate to tools => extensions
2) Click options under Styled extension
3) Enter URLs to remove the styling from 

Example: http://site1.com/* (Note the asterisk! It means all pages for this site) 

** UPDATES

0.3
 - Fix issue with saving urls
 - Added color picker to change color of visited URLs

0.2
 - Fix bug with empty urls

0.1
 - Initial release                    

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

ชื่อ Unstyled Unstyled
ID dkfccmdhdhememmjjejhlkhhimbpeeem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unstyled/dkfccmdhdhememmjjejhlkhhimbpeeem
คำอธิบาย Remove styling for links
ขนาดไฟล์ 67.53 KB
จำนวนการติดตั้ง 133
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2014-07-07
วันที่เผยแพร่ 2014-07-07
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Craig MacGregor
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://allthingscraig.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unstyled",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Remove styling for links",
    "background": {
        "scripts": [
            "lib\/settings.js",
            "lib\/main.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ],
    "options_page": "pages\/options.html"
}