LoremIpsumReplacer
This extension replace all text of webpage Lorem ipsum mock text.
LoremIpsumReplacerคืออะไร?
LoremIpsumReplacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.yellen.eu และคุณลักษณะหลักของมันคือ "This extension replace all text of webpage Lorem ipsum mock text."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LoremIpsumReplacer
ดาวน์โหลดไฟล์ส่วนขยาย LoremIpsumReplacer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension replace all text of webpage Lorem ipsum mock text. You can use it inside webpage analysis, or part od SEO analysis. You can easily see if the graphics of the web is relevant. Sometimes the webdesign is not relevant and when you replace keywords by lorem ipsum text, you can suddenly see that the graphics does not make sence.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | LoremIpsumReplacer |
ID | cejenldplolaekiechpfbhaancmibimm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/loremipsumreplacer/cejenldplolaekiechpfbhaancmibimm |
คำอธิบาย | This extension replace all text of webpage Lorem ipsum mock text. |
ขนาดไฟล์ | 5.76 KB |
จำนวนการติดตั้ง | 204 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-11-01 |
วันที่เผยแพร่ | 2014-11-01 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://www.yellen.eu |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.lorem-ipsum-replacer.cz/ |
URL หน้าช่วยเหลือ | https://www.youtube.com/watch?v=RxlKRUJ-fGA |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LoremIpsumReplacer", "description": "This extension replace all text of webpage Lorem ipsum mock text.", "version": "1.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png" } } |