Clibu Web Clipper

Clip Web Page content and save it to Clibu. See www.clibu.com

¿Qué es Clibu Web Clipper?

Clibu Web Clipper es una extensión de Chrome desarrollada por https://www.clibu.com, y su función principal es "Clip Web Page content and save it to Clibu. See www.clibu.com".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Clibu Web Clipper

Descarga archivos de extensión Clibu Web Clipper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The Clibu Web Clipper lets you quickly and easily clip content from web pages, tag it and then add this along with your own notes to a selected Clibu Knowledge Base.

Information is more important today than ever, but often it is so hard to find that needle in the haystack. We need better ways to capture, organize and get back information. And this is where Clibu comes to your aid. 

With Clibu you can:
- Create, collect and edit information quicker and easier than ever before.
- Organize content with Hierarchical Tags and use Full Text Search and Tags Filtering to find it every time.
- Share your content and collaborate with others, with everyone seeing updates as they occur.
- Access your content from any PC, Tablet or Smartphone anywhere in the World.

Let Clibu simplify your information collection needs, try it today at www.clibu.com                    

Información Básica de la Extensión

Nombre Clibu Web Clipper Clibu Web Clipper
ID knecmkkkgnhdklcbegglpmmchkdegjic
URL Oficial https://chromewebstore.google.com/detail/clibu-web-clipper/knecmkkkgnhdklcbegglpmmchkdegjic
Descripción Clip Web Page content and save it to Clibu. See www.clibu.com
Tamaño del Archivo 474 KB
Cantidad de Instalaciones 190
Versión Actual 2.00.21
Última Actualización 2018-07-13
Fecha de Publicación 2018-07-12
Calificación 4.67/5 Total de 3 Calificaciones
Desarrollador https://www.clibu.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda http://help.clibu.com/
URL de la Página de Política de Privacidad https://clibu.com/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clibu Web Clipper",
    "short_name": "Clibu Clipper",
    "version": "2.00.21",
    "manifest_version": 2,
    "description": "Clip Web Page content and save it to Clibu. See www.clibu.com",
    "homepage_url": "http:\/\/www.clibu.com",
    "icons": {
        "16": "src\/images\/clibu-16x.png",
        "32": "src\/images\/clibu-32x.png",
        "48": "src\/images\/clibu-48x.png",
        "128": "src\/images\/clibu-128x.png"
    },
    "background": {
        "page": "src\/html\/background.html"
    },
    "browser_action": {
        "default_icon": "src\/images\/clibu-32x.png",
        "default_title": "Clibu Web Clipper",
        "default_popup": "src\/html\/popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "notifications",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "*.js",
        "src\/*",
        "src\/clibu\/*",
        "src\/clibu\/elibs\/*",
        "src\/clibu\/shared_cjs\/*",
        "src\/clibu\/ui\/*",
        "src\/clibu\/ui\/components\/*",
        "src\/clibu\/util\/*",
        "src\/dev\/*",
        "src\/html\/*",
        "src\/css\/*",
        "src\/images\/*",
        "\/src\/jspm_packages\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}