Humans.txt
Detects and displays Humans.txt information. Visit http://www.humanstxt.org/ for more information.
ما هو Humans.txt؟
Humans.txt هو إضافة Chrome تم تطويرها بواسطة Derrick Cohodas، والميزة الرئيسية لها هي "Detects and displays Humans.txt information. Visit http://www.humanstxt.org/ for more information.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Humans.txt
قم بتنزيل ملفات الامتداد Humans.txt بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Humans.txt is an initiative for knowing the people behind a website. It's a .TXT file that contains information about the different people who have contributed to building the website. This unobtrusive extension informs you if a site provides a humans.txt file, allowing you to quickly view it. Gain an insight into who is creating the websites you love with this Humans.txt extension today! Learn more about Humans.txt at http://humanstxt.org/ This extension is not affiliated with or created by humanstxt.org. All images and text included in this extension are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
معلومات أساسية عن التمديد
الاسم | Humans.txt |
ID | jaenbhfgbnojknlfamceoonhaecoedhk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/humanstxt/jaenbhfgbnojknlfamceoonhaecoedhk |
الوصف | Detects and displays Humans.txt information. Visit http://www.humanstxt.org/ for more information. |
حجم الملف | 58.97 KB |
عدد التثبيتات | 24 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-01-26 |
تاريخ النشر | 2013-01-26 |
المطور | Derrick Cohodas |
نوع الدفع | free |
موقع الإضافة | http://www.humanstxt.org/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Humans.txt", "description": "Detects and displays Humans.txt information. Visit http:\/\/www.humanstxt.org\/ for more information.", "version": "1.0", "background": { "page": "background.html" }, "page_action": { "default_icon": { "128": "img\/icon128.png", "38": "img\/icon38.png", "19": "img\/icon19.png" }, "default_title": "Humans.txt", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "jquery.js", "popup.js" ] } ] } |