Green Turtle RDFa
An implementation of RDFa processing in the browser.
Green Turtle RDFaคืออะไร?
Green Turtle RDFa เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Milowski และคุณลักษณะหลักของมันคือ "An implementation of RDFa processing in the browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Green Turtle RDFa
ดาวน์โหลดไฟล์ส่วนขยาย Green Turtle RDFa ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An implementation and viewer of RDFa 1.1 (http://www.w3.org/TR/rdfa-core/) triples. When triples are discovered in a web page, a little green turtle will appear in the address bar. If you click on that turtle, you can view the triple graph. This extension only has access to information you have on the current web page. It does not use the information except to harvest the triples and create a visualization. It will run for every page you view. You can use the extension management in the preferences to enable or disable the extension depending on your needs. Version 1.1 includes support for Turtle output and URI shortening. Version 1.2 includes option Microdata support. See http://www.milowski.com/journal/entry/2013-07-26T15:25:04.782Z/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Green Turtle RDFa |
ID | loggcajcfkpdeoaeihclldihfefijjam |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/green-turtle-rdfa/loggcajcfkpdeoaeihclldihfefijjam |
คำอธิบาย | An implementation of RDFa processing in the browser. |
ขนาดไฟล์ | 147 KB |
จำนวนการติดตั้ง | 589 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2013-07-26 |
วันที่เผยแพร่ | 2013-07-26 |
คะแนน | 3.00/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | Alex Milowski |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://code.google.com/p/green-turtle/ |
URL หน้าช่วยเหลือ | http://code.google.com/p/green-turtle/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Green Turtle RDFa", "version": "1.2.0", "manifest_version": 2, "description": "An implementation of RDFa processing in the browser.", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "turtle-32x32.png", "default_title": "Show Triples" }, "content_scripts": [ { "matches": [ " |