Circlemarkr
G+のユーザーにマークを付けます
Circlemarkrคืออะไร?
Circlemarkr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nobu และคุณลักษณะหลักของมันคือ "G+のユーザーにマークを付けます"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Circlemarkr
ดาวน์โหลดไฟล์ส่วนขยาย Circlemarkr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
サクリサクラレのマークを表示するChrome拡張です。 表示するマークは任意に変更できますが、初期設定では以下のマークを表示させます。 - ♥:両想い - ◀:片思い - ▶:... - ★:自分 - ●:指定ユーザー - ✓:指定サークル
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Circlemarkr |
ID | allgnpeakaokfkooimkglcpnnfeoceol |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/circlemarkr/allgnpeakaokfkooimkglcpnnfeoceol |
คำอธิบาย | G+のユーザーにマークを付けます |
ขนาดไฟล์ | 198 KB |
จำนวนการติดตั้ง | 279 |
เวอร์ชันปัจจุบัน | 5.1.4 |
อัปเดตครั้งล่าสุด | 2013-07-16 |
วันที่เผยแพร่ | 2013-07-16 |
คะแนน | 4.50/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | nobu |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://plus.google.com/b/112102646198561777507/ |
URL หน้าช่วยเหลือ | https://plus.google.com/b/112102646198561777507/ |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Circlemarkr", "version": "5.1.4", "description": "G+\u306e\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30fc\u30af\u3092\u4ed8\u3051\u307e\u3059", "homepage_url": "https:\/\/plus.google.com\/b\/112102646198561777507\/", "options_page": "options.html", "background": { "page": "background.html", "persistent": false }, "icons": { "128": "icon128.png", "48": "icon48.png" }, "content_scripts": [ { "js": [ "jquery-1.8.3.min.js", "config.js", "Circlemarkr.js" ], "matches": [ "https:\/\/plus.google.com\/*" ], "all_frames": true } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage", "https:\/\/plus.google.com\/*", "https:\/\/ssl.google-analytics.com\/*", "tabs", "alarms", "webNavigation" ], "manifest_version": 2 } |