CSS Style Finder
Finds elements matching a given CSS selector on the pages you visit.
CSS Style Finderคืออะไร?
CSS Style Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thomas Grinderslev และคุณลักษณะหลักของมันคือ "Finds elements matching a given CSS selector on the pages you visit."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSS Style Finder
ดาวน์โหลดไฟล์ส่วนขยาย CSS Style Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ecfecohpfmmmbmabcenekcebdckjfdpo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/css-style-finder/ecfecohpfmmmbmabcenekcebdckjfdpo |
| คำอธิบาย | Finds elements matching a given CSS selector on the pages you visit. |
| ขนาดไฟล์ | 21.49 KB |
| จำนวนการติดตั้ง | 72 |
| เวอร์ชันปัจจุบัน | 0.2 |
| อัปเดตครั้งล่าสุด | 2015-01-08 |
| วันที่เผยแพร่ | 2015-01-08 |
| ผู้พัฒนา | Thomas Grinderslev |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CSS Style Finder",
"version": "0.2",
"description": "Finds elements matching a given CSS selector on the pages you visit.",
"browser_action": {
"default_icon": {
"19": "19.png",
"38": "38.png",
"128": "128.png"
},
"default_popup": "popup.html"
},
"icons": {
"19": "19.png",
"38": "38.png",
"128": "128.png"
},
"permissions": [
"notifications"
],
"web_accessible_resources": [
"128.png",
"128-active.png"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
" | |