SEO-HTML
This extension is to inspect the HTML source of a website and to display SEO relevant information.
SEO-HTML क्या है?
SEO-HTML Daniel Lucks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is to inspect the HTML source of a website and to display SEO relevant information."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SEO-HTML एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is to analyze the HTML source code (without DOM modifications done by Javascript) of a website and to display SEO relevant information. I know, there are many extension available like this, but I think the advantage of this one is to display the important information compact in a quick an easy way. Just click the icon, and a little popup shows up. This is just a first version of this extension, so feedback is very welcome! Icon by http://designmodo.com
एक्सटेंशन की मूल जानकारी
नाम | SEO-HTML |
ID | lgjdkielngenkbnfmioemjcldnhlcpkn |
आधिकारिक URL | https://chromewebstore.google.com/detail/seo-html/lgjdkielngenkbnfmioemjcldnhlcpkn |
विवरण | This extension is to inspect the HTML source of a website and to display SEO relevant information. |
फ़ाइल का आकार | 16.92 KB |
स्थापना संख्या | 2,742 |
वर्तमान संस्करण | 0.3.2 |
अंतिम अपडेट | 2014-01-06 |
प्रकाशन तिथि | 2014-01-06 |
रेटिंग | 4.00/5 कुल 10 रेटिंग्स |
डेवलपर | Daniel Lucks |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SEO-HTML", "description": "This extension is to inspect the HTML source of a website and to display SEO relevant information.", "short_name": "SEO-HTML", "version": "0.3.2", "author": "Daniel Lucks", "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": "images\/icon-24.png", "default_popup": "popup\/index.html" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } } |